home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Development Tools & Languages / Macintosh Common Lisp Related / CLiCC-CodeWarrior-0.6.2 / Notes-0.6.2 < prev    next >
Encoding:
Text File  |  1994-09-12  |  1.2 KB  |  41 lines  |  [TEXT/ttxt]

  1. Release Notes for CLiCC 0.6.2
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. $Revision: 1.1 $
  4.  
  5. - CLiCC can be compiled by itself now, to get a standalone compiler
  6.   which can be used without a lisp system. Compile the file
  7.   clicc.lisp in src/compiler/ by means of (clicc "clicc").
  8.  
  9. - CLiCC runs with AKCL now.
  10.  
  11. - Variable *OPTIMIZE* may be used to disable optimizations. Use this
  12.   in a first (fast !) run of CLiCC to check if your application
  13.   conforms to CL_0 and if the generated code runs as expected.
  14.  
  15. - New papers cl0-engl.ps and Migration.ps .
  16.  
  17. - Tail recursion elimination has been implemented, may be turned off by
  18.   *no-tail-recursion*
  19.  
  20. - Method caching for generic functions with more than
  21.   *METHOD-CACHE-LIMIT* effective methods.
  22.  
  23. - Commands rt and cl now call gcc by default.
  24.  
  25. - Arguments of cl must have extension *.c now. 
  26.  
  27. - Use 'cl file1.c .. filen.c'
  28.   to compile and link modules or splitted applications.
  29.  
  30. - New function rt::system
  31.  
  32. - The function format knows about ~[ and ~;
  33.  
  34. - Pathnames are printed as #P now.
  35.  
  36. - Functions logtest und logbit have been implemented
  37.  
  38. - Command line interface for standalone version of CLiCC has been
  39.   changed, look at src/compiler/clicc.lisp
  40.  
  41.